home *** CD-ROM | disk | FTP | other *** search
/ Clickx 28 / Clickx 28.iso / assets / software / flashspring_lite_2000_xp_2003.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-04-12  |  3.6 KB  |  57 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=FlashSpring Lite
  4. AppVerName=FlashSpring Lite 1.3.5
  5. AppId=FlashSpring Lite
  6. AppPublisher=CPS Labs LLC
  7. AppPublisherURL=http://www.cpslabs.net
  8. AppSupportURL=http://www.cpslabs.net
  9. AppUpdatesURL=http://www.cpslabs.net
  10. DefaultDirName={pf}\FlashSpring Lite
  11. DefaultGroupName=FlashSpring Lite
  12. OutputBaseFilename=flashspring_lite_2000_xp_2003
  13. Compression=lzma
  14. DisableProgramGroupPage=yes
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\ActiveSWF.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  20. Source: "{app}\flashspring_lite.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  21. Source: "{app}\lame_enc.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  22. Source: "{app}\ActiveSWF.xsd"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  23. Source: "{app}\flashspring_lite.ppa"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  24. Source: "{app}\FlashSpring.url"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\license.txt"; DestDir: "{app}"; 
  26. Source: "{app}\lng\english.lng"; DestDir: "{app}\lng"; Flags: ignoreversion 
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\CPS Labs"; Flags: uninsdeletekeyifempty 
  29. Root: HKLM; Subkey: "Software\CPS Labs"; Flags: uninsdeletekeyifempty 
  30. Root: HKCU; Subkey: "Software\CPS Labs\FlashSpring 1 Lite"; Flags: uninsdeletekey 
  31. Root: HKLM; Subkey: "Software\CPS Labs\FlashSpring 1 Lite"; ValueName: "Installation Folder"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey 
  32. Root: HKLM; Subkey: "Software\Microsoft\Office\9.0\PowerPoint\Addins\FlashSpring 1 Lite"; ValueName: "Path"; ValueType: String; ValueData: "{app}\flashspring_lite.ppa"; Flags: uninsdeletekey deletekey 
  33. Root: HKLM; Subkey: "Software\Microsoft\Office\9.0\PowerPoint\Addins\FlashSpring 1 Lite"; ValueName: "AutoLoad"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  34. Root: HKLM; Subkey: "Software\Microsoft\Office\10.0\PowerPoint\Addins\FlashSpring 1 Lite"; ValueName: "Path"; ValueType: String; ValueData: "{app}\flashspring_lite.ppa"; Flags: uninsdeletekey deletekey 
  35. Root: HKLM; Subkey: "Software\Microsoft\Office\10.0\PowerPoint\Addins\FlashSpring 1 Lite"; ValueName: "AutoLoad"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  36. Root: HKLM; Subkey: "Software\Microsoft\Office\11.0\PowerPoint\Addins\FlashSpring 1 Lite"; ValueName: "Path"; ValueType: String; ValueData: "{app}\flashspring_lite.ppa"; Flags: uninsdeletekey deletekey 
  37. Root: HKLM; Subkey: "Software\Microsoft\Office\11.0\PowerPoint\Addins\FlashSpring 1 Lite"; ValueName: "AutoLoad"; ValueType: Dword; ValueData: "$1"; Flags: uninsdeletekey 
  38. [Icons]
  39. Name: "{group}\License Agreement"; Filename: "{app}\License.txt"; 
  40. Name: "{group}\{cm:ProgramOnTheWeb,FlashSpring Lite}"; Filename: "{app}\FlashSpring.url"; 
  41. Name: "{group}\{cm:UninstallProgram,FlashSpring Lite}"; Filename: "{uninstallexe}"; 
  42. [CustomMessages]
  43. default.NameAndVersion=%1 version %2
  44. default.AdditionalIcons=Additional icons:
  45. default.CreateDesktopIcon=Create a &desktop icon
  46. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  47. default.ProgramOnTheWeb=%1 on the Web
  48. default.UninstallProgram=Uninstall %1
  49. default.LaunchProgram=Launch %1
  50. default.AssocFileExtension=&Associate %1 with the %2 file extension
  51. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  52. PurchaseMessage=Purchase %1
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.